services.uhub.<name>.settings

Configuration of uhub. See https://www.uhub.org/doc/config.php for a list of options.

Type
attribute set of (boolean or signed integer or string)
Default
{ }
Example
{
  hub_description = "Yet another ADC hub";
  hub_name = "My Public Hub";
  max_users = 150;
  server_bind_addr = "any";
  server_port = 1511;
}
Declared
<nixpkgs/nixos/modules/services/misc/uhub.nix>